Installation Instructions for (Linux) i series manager
======================================================

Prequisites:
============

1. A Java(TM) Runtime Environment or Java(TM) SDK version 1.4.x must be installed on your Linux machine.

Installation:
=============

1. Copy the zip file "i series manager_X_Y_Z_W.zip" to the destination directory (will be refered to as "<dest_directory>").
2. CD to "<dest_directory>".
3. Unpack the zip file using the command 'unzip i series manager_X_Y_Z_W.zip'.
4. Set an environment variable NMS_JAVA_HOME to be the location of your Java runtime or SDK package. 
   For example, in RedHat you can do it by adding the following 2 lines to /etc/profile:
   
   	NMS_JAVA_HOME=/root/<path to Java home directory>	# location of your Java home directory...       
   	export NMS_JAVA_HOME
   
   and then, logging out and logging in again.

Running the i series manager server:
==============================

1. CD to "<dest_directory>/i series manager/server".
2. Add "Execute" permissions to the script "runServer.sh" and "runShowServer.sh" using the commands 'chmod 777 runServer.sh' and 'chmod 777 runShowServer.sh'.
3. Run the script "runServer.sh".
4. Run the script "runShowServer.sh" if you wish to view the server's window. 

Running the i series manager client:
==============================

1. CD to "<dest_directory>/i series manager".
2. Add "Execute" permissions to the script "runClient.sh" using the command 'chmod 777 runClient.sh'.
3. Run the script "runClient.sh".